home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / lingo.ini < prev    next >
Encoding:
Text File  |  1997-07-07  |  271 b   |  9 lines

  1. on startup
  2.     if the machineType = 256 then
  3.        put "Now loading LINGO.INI"&&the date&&the time
  4.        put "This computer is running in "&& the colorDepth &"-bit color depth."
  5.        set the centerStage to TRUE
  6.        openxlib "fileio"
  7.     end if
  8. end startup
  9.